ComponentOne ASP.NET MVC Controls
Max Method (RangeSelectorBuilder<T>)

C1.Web.Mvc.Fluent Namespace > RangeSelectorBuilder<T> Class : Max Method
The value.
Configurates C1.Web.Mvc.RangeSelector<T>.Max. Sets the maximum value of the range.
Syntax
'Declaration
 
Public Function Max( _
   ByVal value As Nullable(Of Single) _
) As RangeSelectorBuilder(Of T)

Parameters

value
The value.

Return Value

Current builder.
Remarks
If not set, the maximum is calculated automatically.
See Also

Reference

RangeSelectorBuilder<T> Class
RangeSelectorBuilder<T> Members